ComponentOne ASP.NET MVC Controls
ShowDropDown Method (ColumnBaseBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > ColumnBaseBuilder<TControl,TBuilder> Class : ShowDropDown Method
The value.
Configurates C1.Web.Mvc.ColumnBase.ShowDropDown. Sets a value indicating whether the grid adds drop-down buttons to the cells in this column.
Syntax
'Declaration
 
Public Function ShowDropDown( _
   ByVal value As Boolean _
) As TBuilder
public TBuilder ShowDropDown( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The drop-down buttons are shown only if the column has a DataMap set and is editable. Clicking on the drop-down buttons causes the grid to show a list where users can select the value for the cell.
See Also

Reference

ColumnBaseBuilder<TControl,TBuilder> Class
ColumnBaseBuilder<TControl,TBuilder> Members